baubs git
Commit 044c7f4906f5defa80507ff60dbea41c4b65adf3
Parents : 0a7e0e6
Author : Jan-Henrik Bruhn <hi@jhbruhn.de>
Date : 2025-12-07T23:42:49+01:00
Change application name
Changes
5 files changed, 11 insertions(+), 10 deletions(-)
Diff
diff --git a/forge.config.js b/forge.config.js
index 6f82b06..948c108 100644
--- a/forge.config.js
+++ b/forge.config.js
@@ -1,14 +1,14 @@
module.exports = {
packagerConfig: {
asar: true,
- executableName: 'skitch-controller',
+ executableName: 'respira',
},
rebuildConfig: {},
makers: [
{
name: '@electron-forge/maker-squirrel',
config: {
- name: 'respira_web',
+ name: 'Respira',
},
},
{
diff --git a/index.html b/index.html
index af88f03..0937261 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>web</title>
+ <title>Respira</title>
</head>
<body>
<div id="root"></div>
diff --git a/package-lock.json b/package-lock.json
index 41b9a28..114fa65 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,13 @@
{
- "name": "skitch-controller",
+ "name": "respira",
"version": "0.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
- "name": "skitch-controller",
+ "name": "respira",
"version": "0.0.0",
+ "license": "Apache-2.0",
"dependencies": {
"@heroicons/react": "^2.2.0",
"@tailwindcss/vite": "^4.1.17",
diff --git a/package.json b/package.json
index ecb0346..43e4548 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,9 @@
{
- "name": "skitch-controller",
- "productName": "SKiTCH Controller",
+ "name": "respira",
+ "productName": "Respira",
"version": "0.0.0",
- "description": "Desktop controller for Brother embroidery machines",
- "author": "Your Name",
+ "description": "Desktop controller for the Brother PP-1 SKiTCH embroidery machine",
+ "author": "jhbruhn <respira@jhbruhn.de>",
"private": true,
"license": "Apache-2.0",
"main": ".vite/build/main.js",
diff --git a/src/App.tsx b/src/App.tsx
index be60847..b06f29d 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -117,7 +117,7 @@ function App() {
<div className="w-2.5 h-2.5 bg-gray-400 rounded-full -ml-2.5" style={{ visibility: !machine.isConnected ? 'visible' : 'hidden' }}></div>
<div className="flex-1 min-w-0">
<div className="flex items-center gap-2">
- <h1 className="text-lg font-bold text-white leading-tight">SKiTCH Controller</h1>
+ <h1 className="text-lg font-bold text-white leading-tight">Respira</h1>
{machine.isConnected && machine.machineInfo?.serialNumber && (
<span
className="text-sm text-blue-200 cursor-help"
Served by rngit 1.3.3 - Generated in 0.13s